dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteInt8Vector Class / SQLiteInt8Vector Constructor / SQLiteInt8Vector Constructor(IEnumerable<SByte>)

In This Topic
    SQLiteInt8Vector Constructor(IEnumerable<SByte>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal val As IEnumerable(Of SByte) _
    )
    public SQLiteInt8Vector( 
       IEnumerable<sbyte> val
    )

    Parameters

    val
    See Also